@charset "UTF-8";

a{color:#333;-webkit-transition: all .2s;-moz-transition: all .2s; -ms-transition: all .2s;transition: all .2s;}

body{
    font-size:100%;
    background-size: cover;
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}
p,i,h1,h2,h3,h4,h5,h6,span,li,a{font-size: 16px;/* line-height: 32px; */}
.pro-series-header {
    position: relative;
}

.bg-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 960px;
    min-width: 1200px
}

.fix-wrap {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8)
}

.pro-series-header {
    position: relative;
}

.fix-wrap .hide {
    position: fixed;
    width: 25px;
    height: 25px;
    padding: 25px;
    right: 10%;
    top: 20%;
    background: #090908;
    cursor: pointer;
    border-radius: 50%;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.fix-wrap .hide::before,
.fix-wrap .hide::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 1px;
    height: 55%;
    background: #fff;
    margin-top: -27.5%
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.fix-video .video-wrap {
    width: 70%;
    position: absolute;
    top: 15%;
    padding: 10px;
    border-radius: 5px;
}

.fix-video video {
    width: 100%;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both;
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.video-open::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../picture/icon41.png) no-repeat center;
}

.wh1 {
    width: 100%;
    height: 100%;
}

.header-pro-wraper {
    width: 100%;
}

.header-pro-wraper a {
    width: 100%;
    display: block;
    text-indent: 0;
}

.header-pro-wraper a img {
    width: 100%;
}

:after,
 :before {
    text-decoration: inherit;
    vertical-align: inherit;
    box-sizing: inherit;
}

.pro-series-header .header-pro-wraper {
    display: table;
    table-layout: fixed;
    position: relative;
    top: -260px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    font-size: 14px;
    z-index: 3;
    overflow: hidden;
}

.dfcc,
.dfccs {
    justify-content: center;
    -webkit-justify-content: center;
}

.dfcc,
.dfccs,
.dflc,
.dflr,
.dflrs {
    display: -webkit-flex;
    display: flex;
}

.ab-ci {
    display: none;
}